Milestones
- Connected to Bahmni Docker network by resolving SSL errors and importing SSL certificate into Java truststore
 - Created a system user for Bahmni locally to communicate with Bahmni
 - Successfully retreived patient and visit details from Bahmni
 - Mocked API responses for frontend
 
Screenshots / Videos
Contributions
- Created API for fetching patient details
 - Added unit tests and mocked API responses for frontend
 - Made all frontend screens mobile responsive
 
Learnings
- Learnt about Docker, virtual networks, SSL proctocols, Java trustore and keytool command
 - Learnt how to mock API responses in Jest